home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000091_jaltman2@nyc.rr.com_Thu Apr 21 12:24:29 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newsfeed.arcor.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.stueberl.de!peer01.cox.net!cox.net!cyclone1.gnilink.net!gnilink.net!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!53ab2750!not-for-mail
  2. From: Jeffrey Altman <jaltman2@nyc.rr.com>
  3. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414
  4. X-Accept-Language: en-us, en
  5. MIME-Version: 1.0
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: telnet
  8. References: <1114078012.787328.171890@l41g2000cwc.googlegroups.com>
  9. In-Reply-To: <1114078012.787328.171890@l41g2000cwc.googlegroups.com>
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. Lines: 31
  13. Message-ID: <nSN9e.10798$n93.10054@twister.nyc.rr.com>
  14. Date: Thu, 21 Apr 2005 13:26:43 GMT
  15. NNTP-Posting-Host: 24.193.46.55
  16. X-Complaints-To: abuse@rr.com
  17. X-Trace: twister.nyc.rr.com 1114090003 24.193.46.55 (Thu, 21 Apr 2005 09:26:43 EDT)
  18. NNTP-Posting-Date: Thu, 21 Apr 2005 09:26:43 EDT
  19. Organization: Road Runner - NYC
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15327
  21.  
  22. vikrant.shahir@gmail.com wrote:
  23.  
  24. > (/root/) C-Kermit>set host /connect /network-type:tcp/ip  
  25. >  Trying 192.168.0.12...  Reverse DNS Lookup... Failed.
  26. > Connecting to host 192.168.0.12
  27. >  Escape character: Ctrl-\ (ASCII 28, FS): enabled
  28. > Type the escape character followed by C to get back,
  29. > or followed by ? to see other options.
  30. > ----------------------------------------------------
  31. > Password:
  32. > Login incorrect
  33. > login:
  34.  
  35. Since you are not scripting the operations and you want telnet
  36. protocol you should use the form
  37.  
  38.     TELNET /user:root 192.168.0.12
  39.  
  40. You might also want to look at:
  41.  
  42.     PROBLEM: The Telnet Server does not display a "logon:" prompt
  43.      http://www.columbia.edu/kermit/telnet80.html#x5.6
  44.  
  45. Jeffrey Altman
  46.  
  47. -- 
  48. -----------------
  49. This e-mail account is not read on a regular basis.
  50. Please send private responses to jaltman at mit dot edu